home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
comms
/
zoc101.arj
/
ZOC
/
SCRIPT
/
CALLZOC
next >
Wrap
Text File
|
1993-12-12
|
380b
|
20 lines
// This script tries to connect to the ZOC infobbs
// in Germany.
ask "What is your international dial prefix?"
compa "%lastline%" with "##CANCEL##"
ifequ goto end
seta nr "%lastline% 49 911 9933662"
request "Agree to call %nr%?" "Yes" "No"
compa "%lastline%" with "Yes"
ifnequ goto end
timeout 90
dial "%nr%"
wait "Name"
send "ZOC^M"
:end
writeln "Done"